projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26aa688
)
[Mini-OS] Permit x86_64 trap handlers to return
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 24 Nov 2007 13:31:01 +0000
(13:31 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 24 Nov 2007 13:31:01 +0000
(13:31 +0000)
Trap handlers sometimes fix the problem, so they need to be able to
return.
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
extras/mini-os/arch/x86/x86_64.S
patch
|
blob
|
history
diff --git
a/extras/mini-os/arch/x86/x86_64.S
b/extras/mini-os/arch/x86/x86_64.S
index 55b17da5f717aaaab41ac22b8c1645963be41d03..815dca36adde105e687a1da08d100bf273fcebdb 100644
(file)
--- a/
extras/mini-os/arch/x86/x86_64.S
+++ b/
extras/mini-os/arch/x86/x86_64.S
@@
-193,6
+193,7
@@
error_call_handler:
movq ORIG_RAX(%rsp),%rsi # get error code
movq $-1,ORIG_RAX(%rsp)
call *%rax
+ jmp error_exit
.macro zeroentry sym
# INTR_FRAME